Can't select file on file browser after changing sort order
authorBenjamin Otte <otte@redhat.com>
Wed, 16 Jun 2010 10:41:40 +0000 (12:41 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 28 Jun 2010 12:19:18 +0000 (14:19 +0200)
commit42abeadbb812172c8f3e3c7b7dc4662cb90cff89
treece269e40320f82394a08c1a272aa4bee22fa31bd
parentcd266cb8de84a05846ca725751cf0ef428f000e4
Can't select file on file browser after changing sort order

The row values are 1-indexed not 0-indexed, this has to be taken into
account when producing the new_order array.

https://bugzilla.gnome.org/show_bug.cgi?id=621414
gtk/gtkfilesystemmodel.c